home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 10389 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.6 KB

  1. Path: news.sover.net!news
  2. From: mountain@sover.net (Steve Mount)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Novice programmer needs help!
  5. Date: 17 Mar 1996 14:52:49 GMT
  6. Organization: SoVerNet, Inc.
  7. Message-ID: <4ih901$680@thrush.sover.net>
  8. References: <4ieov7$r5@lantana.singnet.com.sg>
  9. NNTP-Posting-Host: pm0a6.mid.sover.net
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=US-ASCII
  12. X-Newsreader: WinVN 0.99.7
  13.  
  14. In article <4ieov7$r5@lantana.singnet.com.sg>, s8700055@singnet.com.sg says...
  15. >
  16. >        I'm learning C programming myself from a book and I recently wrote
  17. >this programme and I could not figure out why the errors occured.
  18. >Could some kind soul out there check the code for me? I used upper
  19. >case for all the error messages and I included them on a new line
  20. >following  the supposedly erroneous code (just to separate them from
  21. >the usual programming comments).
  22. ... snip to code sample ...
  23. >        That's all . THANX!
  24.  
  25. I get errors like this on my compiler at work when I use c++ style comments
  26. do not give the flag to tell the compiler I'm using them.  Perhaps they 
  27. are not legal in your C compiler?  This is in addition the the other 
  28. errors found in the other reply to your post....
  29.  
  30. +============================================================================+
  31. | Steve Mount, Software Engineer            Work: sjjm@hawkeye.idx.com       |
  32. | CIS: 73720,3404  MSN: S_Mountain          Home: mountain@sover.net         |
  33. | AOL: Mountain                                                              |
  34. | WWW: http://www.sover.net/~mountain/      "Fight, Win, Prevail!"           |
  35. +============================================================================+
  36.  
  37.